projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5f3e4e
)
(md5): Provide.
author
Dave Love
<fx@gnu.org>
Wed, 22 Nov 2000 11:14:50 +0000
(11:14 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 22 Nov 2000 11:14:50 +0000
(11:14 +0000)
lisp/md5.el
patch
|
blob
|
history
diff --git
a/lisp/md5.el
b/lisp/md5.el
index 3064e974a3a2635b941b26649b4cdb2431707254..87309797cee8c44e3377ea752d555e78a92ce943 100644
(file)
--- a/
lisp/md5.el
+++ b/
lisp/md5.el
@@
-76,4
+76,6
@@
MD5 is defined in RFC 1321."
;; Don't return the newline that follows them!
(buffer-substring 1 33))))
+(provide 'md5)
+
;;; md5.el ends here